std::cosh

From Cppreference

Jump to: navigation, search
Defined in header <cmath>

float       cosh( float arg );

double      cosh( double arg );

long double cosh( long double arg );

Computes hyperbolic cosine of arg

Parameters

arg - floating point value

Return value

hyperbolic cosine of arg

See also

sinh
hyperbolic sine
(function)
tanh
hyperbolic tangent
(function)
acosh (C++0x)
hyperbolic arc cosine
(function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages